Skip to content

This repo contains a script to automatically test sites for vulnerability to the Heartbleed Bug (CVE-2014-0160) based on the input file for the urls.

Notifications You must be signed in to change notification settings

waqasjamal-zz/HeartBleed-Vulnerability-Checker

Repository files navigation

HeartBleed-Vulnerability-Checker

author = 'WaQas-JaMal'

Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford (jspenguin@jspenguin.org) & The author disclaims copyright to this source code.

''' I have modified this script to take any input url file. Check it for valid tld from provided set of urls, create unique set and parse that to the script for checking heartbleed vulnerability.
[For Contact: contact at waqasjamal dot com] '''

#Update Script now only clean URL instead of checking for valid tld. Output Improved as well.

#Installation Guide You do no need to install anything extra in order to test this script

Usage example:

python check_heartbleed.py filename 10

#Tasks to do

  1. Include IP in the list as well (It should be working now)
  2. Multi threaded code
  3. Try URL Parse instead of tld library (Done)

About

This repo contains a script to automatically test sites for vulnerability to the Heartbleed Bug (CVE-2014-0160) based on the input file for the urls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages